To access your project under Windows, use Tortoise SVN with the following repository if you are local
file://ntdfs.cs.washington.edu/CS/unix/projects/instr/09au/cse557/trace/YOURPROJECT/source
If you are not on the CSE domain or want to be more mobile use the same format as the Mac shell prompt
svn+ssh://YOURLOGIN@attu.cs.washington.edu/projects/instr/09au/cse557/trace/YOURPROJECT/source
or if you are a member of CSERESEARCH
svn+ssh://YOURLOGIN@bicycle.cs.washington.edu/projects/instr/09au/cse557/trace/YOURPROJECT/source
Under Mac, grab a shell prompt
svn co svn+ssh://YOURLOGIN@attu.cs.washington.edu/projects/instr/09au/cse557/trace/YOURPROJECT/source ./
YOURPROJECT refers to your team name.
.